--判断编辑框，
if node.isEditable() then    return false    end


按钮列表=
{
{"文字识别>100"},
}
if service.click(按钮列表) then
  return true
  end
return false